home *** CD-ROM | disk | FTP | other *** search
INI File | 2000-12-14 | 1.3 KB | 54 lines |
- #
- # There are 3 important sections for each server:
- # They are:
- # [ServerName]
- # [ServerName_Users]
- # [ServerName_Groups]
- # There is one general section:
- # [DefaultPrinter]
- #
- # Format of the ServerName Section:
- # [ServerName]
- # WorldID=<Netware_Group_Name>
- #
- # This section is used to translate world permissions on
- # on a file. If world has priveleges on a file. Then a netware
- # trustee <Netware_Group_Name> is added.
- #
- # Format in users section is
- # [ServerName_Users] (Section Name)
- #
- # unix-user1=netware-user1
- # unix-user2=netware-user2
- #
- # This section is used to translate unix-user names to netware-users
- # Files will have the UIDs set based on this translation. An additional
- # translation is also added (based on login).
- #
- # Format of the Group Section is:
- # [ServerName_Groups] (Section Name used for group translations)
- # unix-group1=netware_group1
- # unix-group2=netware_group2
- #
- # Format of the Printing Section:
- # [DefaultPrinter] (Section for printing to netware)
- # Server=<SeverName>
- # PrintQ=<Queue-Name>
- #
- # This section is used for printing to the netware print q's. This
- # Section represents a default Server, and the default queue.
- #
- [Icewarrior_Users]
- narayan=narayan
- root=supervisor
- lp=gmathew
-
- [Icewarrior_Groups]
- sales=other
- marketing=mail
- r+d=engineering
-
- [DefaultPrinter]
- Server=icewarrior
- PrintQ=fastport
-